• ThemBotBieuThuc.Designer.cs
  • project /
1 namespace VietGraph
2 {
3     
partial class ThemBotBieuThuc
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(ThemBotBieuThuc));
32             
this.clbExpression = new System.Windows.Forms.CheckedListBox();
33             
this.btnDongY = new System.Windows.Forms.Button();
34             
this.btnXoa = new System.Windows.Forms.Button();
35             
this.SuspendLayout();
36             
//
37             
// clbExpression
38             
//
39             
this.clbExpression.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
40             
this.clbExpression.FormattingEnabled = true;
41             
this.clbExpression.Location = new System.Drawing.Point(12, 12);
42             
this.clbExpression.Name = "clbExpression";
43             
this.clbExpression.Size = new System.Drawing.Size(209, 123);
44             
this.clbExpression.TabIndex = 0;
45             
this.clbExpression.SelectedIndexChanged += new System.EventHandler(this.checkedListBox1_SelectedIndexChanged);
46             
//
47             
// btnDongY
48             
//
49             
this.btnDongY.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
50             
this.btnDongY.Location = new System.Drawing.Point(227, 12);
51             
this.btnDongY.Name = "btnDongY";
52             
this.btnDongY.Size = new System.Drawing.Size(75, 27);
53             
this.btnDongY.TabIndex = 1;
54             
this.btnDongY.Text = "Đồng ý";
55             
this.btnDongY.UseVisualStyleBackColor = true;
56             
this.btnDongY.Click += new System.EventHandler(this.btnDongY_Click);
57             
//
58             
// btnXoa
59             
//
60             
this.btnXoa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
61             
this.btnXoa.Location = new System.Drawing.Point(227, 45);
62             
this.btnXoa.Name = "btnXoa";
63             
this.btnXoa.Size = new System.Drawing.Size(75, 27);
64             
this.btnXoa.TabIndex = 2;
65             
this.btnXoa.Text = "Đóng";
66             
this.btnXoa.UseVisualStyleBackColor = true;
67             
this.btnXoa.Click += new System.EventHandler(this.btnXoa_Click);
68             
//
69             
// ThemBotBieuThuc
70             
//
71             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
72             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
73             
this.ClientSize = new System.Drawing.Size(313, 148);
74             
this.Controls.Add(this.btnXoa);
75             
this.Controls.Add(this.btnDongY);
76             
this.Controls.Add(this.clbExpression);
77             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
78             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
79             
this.Name = "ThemBotBieuThuc";
80             
this.Text = "Them Bot Bieu Thuc";
81             
this.Load += new System.EventHandler(this.ThemBotBieuThuc_Load);
82             
this.ResumeLayout(false);
83
84         }
85
86         
#endregion
87
88         
private System.Windows.Forms.CheckedListBox clbExpression;
89         
private System.Windows.Forms.Button btnDongY;
90         
private System.Windows.Forms.Button btnXoa;
91     }
92 }



Phần mềm vẽ đồ thị C# 6.580 lượt xem

Gõ tìm kiếm nhanh...